Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
internal class ScrapeResults(val srAgentId: String, val srScrapeId: Long, val srValidResponse: Boolean = false, val srStatusCode: Int = ServiceUnavailable.value, val srContentType: String = "", val srZipped: Boolean = false, val srContentAsText: String = "", val srContentAsZipped: ByteArray = EMPTY_BYTE_ARRAY, val srFailureReason: String = "", val srUrl: String = "", val scrapeCounterMsg: String = "")